home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMFHGOPTIONS / TFORMFHGOPTIONS.txt < prev   
Encoding:
Text File  |  2003-11-07  |  17.9 KB  |  752 lines

  1. object FormFhgOptions: TFormFhgOptions
  2.   Left = 369
  3.   Top = 147
  4.   HelpContext = 13400
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rosoft MP3 Encoder Options '
  7.   ClientHeight = 348
  8.   ClientWidth = 407
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 407
  26.     Height = 348
  27.     Align = alClient
  28.     BevelOuter = bvLowered
  29.     BevelWidth = 3
  30.     TabOrder = 0
  31.     object Image1: TImage
  32.       Left = 3
  33.       Top = 3
  34.       Width = 401
  35.       Height = 342
  36.       Align = alClient
  37.       ParentShowHint = False
  38.       Picture.Data = {<image000.bmp>}
  39.       ShowHint = False
  40.       Stretch = True
  41.       Transparent = True
  42.     end
  43.     object pbOK: TRSButton
  44.       Left = 39
  45.       Top = 303
  46.       Width = 91
  47.       Height = 25
  48.       Center = True
  49.       Picture.Data = {<image001.bmp>}
  50.       Transparent = True
  51.       OnClick = pbOKClick
  52.     end
  53.     object pbCancel: TRSButton
  54.       Left = 157
  55.       Top = 303
  56.       Width = 91
  57.       Height = 25
  58.       Center = True
  59.       Picture.Data = {<image002.bmp>}
  60.       Transparent = True
  61.       OnClick = pbCancelClick
  62.     end
  63.     object pbHelp: TRSButton
  64.       Left = 275
  65.       Top = 303
  66.       Width = 91
  67.       Height = 25
  68.       Center = True
  69.       Picture.Data = {<image003.bmp>}
  70.       Transparent = True
  71.       OnClick = pbHelpClick
  72.     end
  73.     object pQualityMode: TPanel
  74.       Left = 137
  75.       Top = 79
  76.       Width = 130
  77.       Height = 105
  78.       BevelWidth = 3
  79.       TabOrder = 0
  80.       object Image2: TImage
  81.         Left = 3
  82.         Top = 3
  83.         Width = 124
  84.         Height = 99
  85.         Align = alClient
  86.         Picture.Data = {<image004.bmp>}
  87.         Stretch = True
  88.         Transparent = True
  89.       end
  90.       object lblQualityMode: TLabel
  91.         Left = 8
  92.         Top = 8
  93.         Width = 75
  94.         Height = 13
  95.         Caption = 'Quality Mode'
  96.         Font.Charset = DEFAULT_CHARSET
  97.         Font.Color = clWindowText
  98.         Font.Height = -11
  99.         Font.Name = 'MS Sans Serif'
  100.         Font.Style = [fsBold]
  101.         ParentFont = False
  102.         Transparent = True
  103.       end
  104.       object lblModeFast: TLabel
  105.         Left = 34
  106.         Top = 32
  107.         Width = 76
  108.         Height = 13
  109.         Caption = 'F&ast Encoder'
  110.         FocusControl = rbModeFast
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clWindowText
  113.         Font.Height = -11
  114.         Font.Name = 'MS Sans Serif'
  115.         Font.Style = [fsBold]
  116.         ParentFont = False
  117.         Transparent = True
  118.       end
  119.       object lblModeNormal: TLabel
  120.         Left = 34
  121.         Top = 48
  122.         Width = 40
  123.         Height = 13
  124.         Caption = '&Normal'
  125.         FocusControl = rbModeNormal
  126.         Font.Charset = DEFAULT_CHARSET
  127.         Font.Color = clWindowText
  128.         Font.Height = -11
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = [fsBold]
  131.         ParentFont = False
  132.         Transparent = True
  133.       end
  134.       object lblModeHigh: TLabel
  135.         Left = 34
  136.         Top = 64
  137.         Width = 70
  138.         Height = 13
  139.         Caption = '&High Quality'
  140.         FocusControl = rbModeHigh
  141.         Font.Charset = DEFAULT_CHARSET
  142.         Font.Color = clWindowText
  143.         Font.Height = -11
  144.         Font.Name = 'MS Sans Serif'
  145.         Font.Style = [fsBold]
  146.         ParentFont = False
  147.         Transparent = True
  148.       end
  149.       object rbModeFast: TRadioButton
  150.         Left = 16
  151.         Top = 32
  152.         Width = 14
  153.         Height = 16
  154.         Checked = True
  155.         Color = clBlack
  156.         ParentColor = False
  157.         TabOrder = 0
  158.         TabStop = True
  159.       end
  160.       object rbModeNormal: TRadioButton
  161.         Left = 16
  162.         Top = 48
  163.         Width = 14
  164.         Height = 16
  165.         Color = clBlack
  166.         ParentColor = False
  167.         TabOrder = 1
  168.       end
  169.       object rbModeHigh: TRadioButton
  170.         Left = 16
  171.         Top = 64
  172.         Width = 14
  173.         Height = 16
  174.         Color = clBlack
  175.         ParentColor = False
  176.         TabOrder = 2
  177.       end
  178.     end
  179.     object pPaddingMode: TPanel
  180.       Left = 276
  181.       Top = 79
  182.       Width = 115
  183.       Height = 105
  184.       BevelWidth = 3
  185.       TabOrder = 1
  186.       object Image3: TImage
  187.         Left = 3
  188.         Top = 3
  189.         Width = 109
  190.         Height = 99
  191.         Align = alClient
  192.         Picture.Data = {<image005.bmp>}
  193.         Stretch = True
  194.         Transparent = True
  195.       end
  196.       object lblPaddingMode: TLabel
  197.         Left = 8
  198.         Top = 8
  199.         Width = 82
  200.         Height = 13
  201.         Caption = 'Padding Mode'
  202.         Font.Charset = DEFAULT_CHARSET
  203.         Font.Color = clWindowText
  204.         Font.Height = -11
  205.         Font.Name = 'MS Sans Serif'
  206.         Font.Style = [fsBold]
  207.         ParentFont = False
  208.         Transparent = True
  209.       end
  210.       object lblPaddingISO: TLabel
  211.         Left = 34
  212.         Top = 32
  213.         Width = 22
  214.         Height = 13
  215.         Caption = '&ISO'
  216.         FocusControl = rbPaddingISO
  217.         Font.Charset = DEFAULT_CHARSET
  218.         Font.Color = clWindowText
  219.         Font.Height = -11
  220.         Font.Name = 'MS Sans Serif'
  221.         Font.Style = [fsBold]
  222.         ParentFont = False
  223.         Transparent = True
  224.       end
  225.       object lblPaddingAlways: TLabel
  226.         Left = 34
  227.         Top = 48
  228.         Width = 40
  229.         Height = 13
  230.         Caption = '&Always'
  231.         FocusControl = rbPaddingAlways
  232.         Font.Charset = DEFAULT_CHARSET
  233.         Font.Color = clWindowText
  234.         Font.Height = -11
  235.         Font.Name = 'MS Sans Serif'
  236.         Font.Style = [fsBold]
  237.         ParentFont = False
  238.         Transparent = True
  239.       end
  240.       object lblPaddingNever: TLabel
  241.         Left = 34
  242.         Top = 64
  243.         Width = 35
  244.         Height = 13
  245.         Caption = 'N&ever'
  246.         FocusControl = rbPaddingNever
  247.         Font.Charset = DEFAULT_CHARSET
  248.         Font.Color = clWindowText
  249.         Font.Height = -11
  250.         Font.Name = 'MS Sans Serif'
  251.         Font.Style = [fsBold]
  252.         ParentFont = False
  253.         Transparent = True
  254.       end
  255.       object rbPaddingISO: TRadioButton
  256.         Left = 16
  257.         Top = 32
  258.         Width = 14
  259.         Height = 16
  260.         Checked = True
  261.         Color = clBlack
  262.         ParentColor = False
  263.         TabOrder = 0
  264.         TabStop = True
  265.       end
  266.       object rbPaddingAlways: TRadioButton
  267.         Left = 16
  268.         Top = 48
  269.         Width = 14
  270.         Height = 16
  271.         Color = clBlack
  272.         ParentColor = False
  273.         TabOrder = 1
  274.       end
  275.       object rbPaddingNever: TRadioButton
  276.         Left = 16
  277.         Top = 64
  278.         Width = 14
  279.         Height = 16
  280.         Color = clBlack
  281.         ParentColor = False
  282.         TabOrder = 2
  283.       end
  284.     end
  285.     object pAdvanced: TPanel
  286.       Left = 12
  287.       Top = 193
  288.       Width = 379
  289.       Height = 96
  290.       BevelWidth = 3
  291.       Caption = 'pAdvanced'
  292.       TabOrder = 2
  293.       object RSButton1: TRSButton
  294.         Left = 3
  295.         Top = 3
  296.         Width = 373
  297.         Height = 90
  298.         Align = alClient
  299.         Picture.Data = {<image006.bmp>}
  300.         Stretch = True
  301.       end
  302.       object pbpPrivate: TLabel
  303.         Left = 34
  304.         Top = 18
  305.         Width = 77
  306.         Height = 13
  307.         Caption = '&Private bit on'
  308.         FocusControl = cbPrivate
  309.         Font.Charset = DEFAULT_CHARSET
  310.         Font.Color = clWindowText
  311.         Font.Height = -11
  312.         Font.Name = 'MS Sans Serif'
  313.         Font.Style = [fsBold]
  314.         ParentFont = False
  315.         Transparent = True
  316.       end
  317.       object lblCopyright: TLabel
  318.         Left = 34
  319.         Top = 34
  320.         Width = 62
  321.         Height = 13
  322.         Caption = '&CRC bit on'
  323.         FocusControl = cbCRC
  324.         Font.Charset = DEFAULT_CHARSET
  325.         Font.Color = clWindowText
  326.         Font.Height = -11
  327.         Font.Name = 'MS Sans Serif'
  328.         Font.Style = [fsBold]
  329.         ParentFont = False
  330.         Transparent = True
  331.       end
  332.       object Label12: TLabel
  333.         Left = 34
  334.         Top = 50
  335.         Width = 90
  336.         Height = 13
  337.         Caption = 'Cop&yright bit on'
  338.         FocusControl = cbCopyright
  339.         Font.Charset = DEFAULT_CHARSET
  340.         Font.Color = clWindowText
  341.         Font.Height = -11
  342.         Font.Name = 'MS Sans Serif'
  343.         Font.Style = [fsBold]
  344.         ParentFont = False
  345.         Transparent = True
  346.       end
  347.       object lblMidside: TLabel
  348.         Left = 163
  349.         Top = 34
  350.         Width = 78
  351.         Height = 13
  352.         Caption = 'Allow &Midside'
  353.         FocusControl = cbMidside
  354.         Font.Charset = DEFAULT_CHARSET
  355.         Font.Color = clWindowText
  356.         Font.Height = -11
  357.         Font.Name = 'MS Sans Serif'
  358.         Font.Style = [fsBold]
  359.         ParentFont = False
  360.         Transparent = True
  361.       end
  362.       object lblIntensity: TLabel
  363.         Left = 163
  364.         Top = 18
  365.         Width = 83
  366.         Height = 13
  367.         Caption = 'Allow In&tensity'
  368.         FocusControl = cbIntensity
  369.         Font.Charset = DEFAULT_CHARSET
  370.         Font.Color = clWindowText
  371.         Font.Height = -11
  372.         Font.Name = 'MS Sans Serif'
  373.         Font.Style = [fsBold]
  374.         ParentFont = False
  375.         Transparent = True
  376.       end
  377.       object lblOriginal: TLabel
  378.         Left = 34
  379.         Top = 66
  380.         Width = 80
  381.         Height = 13
  382.         Caption = '&Original bit on'
  383.         FocusControl = cbOriginal
  384.         Font.Charset = DEFAULT_CHARSET
  385.         Font.Color = clWindowText
  386.         Font.Height = -11
  387.         Font.Name = 'MS Sans Serif'
  388.         Font.Style = [fsBold]
  389.         ParentFont = False
  390.         Transparent = True
  391.       end
  392.       object lblDownmix: TLabel
  393.         Left = 164
  394.         Top = 50
  395.         Width = 85
  396.         Height = 13
  397.         Caption = 'Allow &Downmix'
  398.         FocusControl = cbDownmix
  399.         Font.Charset = DEFAULT_CHARSET
  400.         Font.Color = clWindowText
  401.         Font.Height = -11
  402.         Font.Name = 'MS Sans Serif'
  403.         Font.Style = [fsBold]
  404.         ParentFont = False
  405.         Transparent = True
  406.       end
  407.       object lblVBR: TLabel
  408.         Left = 278
  409.         Top = 26
  410.         Width = 69
  411.         Height = 13
  412.         Caption = 'VBR &Quality'
  413.         Font.Charset = DEFAULT_CHARSET
  414.         Font.Color = clWindowText
  415.         Font.Height = -11
  416.         Font.Name = 'MS Sans Serif'
  417.         Font.Style = [fsBold]
  418.         ParentFont = False
  419.         Transparent = True
  420.       end
  421.       object lblVBROn: TLabel
  422.         Left = 164
  423.         Top = 66
  424.         Width = 44
  425.         Height = 13
  426.         Caption = '&VBR on'
  427.         FocusControl = cbVBR
  428.         Font.Charset = DEFAULT_CHARSET
  429.         Font.Color = clWindowText
  430.         Font.Height = -11
  431.         Font.Name = 'MS Sans Serif'
  432.         Font.Style = [fsBold]
  433.         ParentFont = False
  434.         Transparent = True
  435.       end
  436.       object cbPrivate: TCheckBox
  437.         Left = 16
  438.         Top = 16
  439.         Width = 14
  440.         Height = 17
  441.         Color = clBlack
  442.         ParentColor = False
  443.         TabOrder = 0
  444.       end
  445.       object cbCRC: TCheckBox
  446.         Left = 16
  447.         Top = 32
  448.         Width = 14
  449.         Height = 17
  450.         Color = clBlack
  451.         ParentColor = False
  452.         TabOrder = 1
  453.       end
  454.       object cbCopyright: TCheckBox
  455.         Left = 16
  456.         Top = 48
  457.         Width = 14
  458.         Height = 17
  459.         Color = clBlack
  460.         ParentColor = False
  461.         TabOrder = 2
  462.       end
  463.       object cbMidside: TCheckBox
  464.         Left = 145
  465.         Top = 32
  466.         Width = 14
  467.         Height = 17
  468.         Color = clBlack
  469.         ParentColor = False
  470.         TabOrder = 5
  471.       end
  472.       object cbOriginal: TCheckBox
  473.         Left = 16
  474.         Top = 64
  475.         Width = 14
  476.         Height = 17
  477.         Color = clBlack
  478.         ParentColor = False
  479.         TabOrder = 3
  480.       end
  481.       object cbIntensity: TCheckBox
  482.         Left = 145
  483.         Top = 16
  484.         Width = 14
  485.         Height = 17
  486.         Color = clBlack
  487.         ParentColor = False
  488.         TabOrder = 4
  489.       end
  490.       object cbDownmix: TCheckBox
  491.         Left = 145
  492.         Top = 48
  493.         Width = 14
  494.         Height = 17
  495.         Color = clBlack
  496.         Font.Charset = DEFAULT_CHARSET
  497.         Font.Color = clLime
  498.         Font.Height = -11
  499.         Font.Name = 'MS Sans Serif'
  500.         Font.Style = []
  501.         ParentColor = False
  502.         ParentFont = False
  503.         TabOrder = 6
  504.       end
  505.       object cbVBR: TComboBox
  506.         Left = 276
  507.         Top = 40
  508.         Width = 49
  509.         Height = 21
  510.         Color = clBlack
  511.         Font.Charset = DEFAULT_CHARSET
  512.         Font.Color = clLime
  513.         Font.Height = -11
  514.         Font.Name = 'MS Sans Serif'
  515.         Font.Style = [fsBold]
  516.         ItemHeight = 13
  517.         ParentFont = False
  518.         TabOrder = 7
  519.         Text = '5'
  520.         Items.Strings = (
  521.           '0'
  522.           '1'
  523.           '2'
  524.           '3'
  525.           '4'
  526.           '5'
  527.           '6'
  528.           '7'
  529.           '8'
  530.           '9'
  531.           '10')
  532.       end
  533.       object cbVBROn: TCheckBox
  534.         Left = 145
  535.         Top = 64
  536.         Width = 14
  537.         Height = 17
  538.         Color = clBlack
  539.         Font.Charset = DEFAULT_CHARSET
  540.         Font.Color = clLime
  541.         Font.Height = -11
  542.         Font.Name = 'MS Sans Serif'
  543.         Font.Style = []
  544.         ParentColor = False
  545.         ParentFont = False
  546.         TabOrder = 8
  547.       end
  548.     end
  549.     object pEncoder: TPanel
  550.       Left = 12
  551.       Top = 79
  552.       Width = 115
  553.       Height = 105
  554.       BevelWidth = 3
  555.       Caption = 'Panel1'
  556.       TabOrder = 3
  557.       object Image4: TImage
  558.         Left = 3
  559.         Top = 3
  560.         Width = 109
  561.         Height = 99
  562.         Align = alClient
  563.         Picture.Data = {<image007.bmp>}
  564.         Stretch = True
  565.         Transparent = True
  566.       end
  567.       object Label1: TLabel
  568.         Left = 8
  569.         Top = 8
  570.         Width = 48
  571.         Height = 13
  572.         Caption = 'Encoder'
  573.         Font.Charset = DEFAULT_CHARSET
  574.         Font.Color = clWindowText
  575.         Font.Height = -11
  576.         Font.Name = 'MS Sans Serif'
  577.         Font.Style = [fsBold]
  578.         ParentFont = False
  579.         Transparent = True
  580.       end
  581.       object lblFraunhofer: TLabel
  582.         Left = 34
  583.         Top = 33
  584.         Width = 62
  585.         Height = 13
  586.         Caption = '&Fraunhofer'
  587.         FocusControl = rbFraunhofer
  588.         Font.Charset = DEFAULT_CHARSET
  589.         Font.Color = clWindowText
  590.         Font.Height = -11
  591.         Font.Name = 'MS Sans Serif'
  592.         Font.Style = [fsBold]
  593.         ParentFont = False
  594.         Transparent = True
  595.       end
  596.       object lblLameEnc: TLabel
  597.         Left = 34
  598.         Top = 49
  599.         Width = 53
  600.         Height = 13
  601.         Caption = '&LameEnc'
  602.         FocusControl = rbLameEnc
  603.         Font.Charset = DEFAULT_CHARSET
  604.         Font.Color = clWindowText
  605.         Font.Height = -11
  606.         Font.Name = 'MS Sans Serif'
  607.         Font.Style = [fsBold]
  608.         ParentFont = False
  609.         Transparent = True
  610.         Visible = False
  611.       end
  612.       object lblBladeEnc: TLabel
  613.         Left = 34
  614.         Top = 65
  615.         Width = 55
  616.         Height = 13
  617.         Caption = '&BladeEnc'
  618.         FocusControl = rbBladeEnc
  619.         Font.Charset = DEFAULT_CHARSET
  620.         Font.Color = clWindowText
  621.         Font.Height = -11
  622.         Font.Name = 'MS Sans Serif'
  623.         Font.Style = [fsBold]
  624.         ParentFont = False
  625.         Transparent = True
  626.         Visible = False
  627.       end
  628.       object rbFraunhofer: TRadioButton
  629.         Left = 16
  630.         Top = 33
  631.         Width = 14
  632.         Height = 16
  633.         Checked = True
  634.         Color = clBlack
  635.         ParentColor = False
  636.         TabOrder = 0
  637.         TabStop = True
  638.         OnClick = SedeModeOptions
  639.       end
  640.       object rbLameEnc: TRadioButton
  641.         Left = 16
  642.         Top = 49
  643.         Width = 14
  644.         Height = 16
  645.         Color = clBlack
  646.         ParentColor = False
  647.         TabOrder = 1
  648.         Visible = False
  649.         OnClick = SedeModeOptions
  650.       end
  651.       object rbBladeEnc: TRadioButton
  652.         Left = 16
  653.         Top = 64
  654.         Width = 14
  655.         Height = 16
  656.         Color = clBlack
  657.         ParentColor = False
  658.         TabOrder = 2
  659.         Visible = False
  660.         OnClick = SedeModeOptions
  661.       end
  662.     end
  663.     object Panel2: TPanel
  664.       Left = 12
  665.       Top = 9
  666.       Width = 379
  667.       Height = 64
  668.       BevelWidth = 3
  669.       TabOrder = 4
  670.       object RSButton2: TRSButton
  671.         Left = 3
  672.         Top = 3
  673.         Width = 373
  674.         Height = 58
  675.         Align = alClient
  676.         Picture.Data = {<image008.bmp>}
  677.         Stretch = True
  678.       end
  679.       object lblOutFormat: TLabel
  680.         Left = 8
  681.         Top = 43
  682.         Width = 103
  683.         Height = 13
  684.         Caption = '&Out Format..........'
  685.         FocusControl = cbOutFormat
  686.         Font.Charset = DEFAULT_CHARSET
  687.         Font.Color = clWindowText
  688.         Font.Height = -11
  689.         Font.Name = 'MS Sans Serif'
  690.         Font.Style = [fsBold]
  691.         ParentFont = False
  692.         Transparent = True
  693.       end
  694.       object lblInFormat: TLabel
  695.         Left = 8
  696.         Top = 19
  697.         Width = 82
  698.         Height = 13
  699.         Caption = '&In Format.......'
  700.         FocusControl = cbInFormat
  701.         Font.Charset = DEFAULT_CHARSET
  702.         Font.Color = clWindowText
  703.         Font.Height = -11
  704.         Font.Name = 'MS Sans Serif'
  705.         Font.Style = [fsBold]
  706.         ParentFont = False
  707.         Transparent = True
  708.       end
  709.       object cbOutFormat: TComboBox
  710.         Left = 90
  711.         Top = 35
  712.         Width = 281
  713.         Height = 21
  714.         Color = clBlack
  715.         Font.Charset = DEFAULT_CHARSET
  716.         Font.Color = clLime
  717.         Font.Height = -11
  718.         Font.Name = 'MS Sans Serif'
  719.         Font.Style = [fsBold]
  720.         ItemHeight = 13
  721.         ParentFont = False
  722.         TabOrder = 0
  723.         Text = '44100 Hz - Stereo - 128 kbps'
  724.       end
  725.       object cbInFormat: TComboBox
  726.         Left = 90
  727.         Top = 11
  728.         Width = 281
  729.         Height = 21
  730.         Color = clBlack
  731.         Font.Charset = DEFAULT_CHARSET
  732.         Font.Color = clLime
  733.         Font.Height = -11
  734.         Font.Name = 'MS Sans Serif'
  735.         Font.Style = [fsBold]
  736.         ItemHeight = 13
  737.         ParentFont = False
  738.         TabOrder = 1
  739.         Text = '44100 Hz - Stereo - 172 kbps'
  740.         OnChange = cbInFormatChange
  741.         Items.Strings = (
  742.           '48000 Hz - Stereo - 182 kbps'
  743.           '44100 Hz - Stereo - 172 kbps'
  744.           '32000 Hz - Stereo - 125 kbps'
  745.           '24000 Hz - Stereo - 93 kbps'
  746.           '22050 Hz - Stereo - 86 kbps'
  747.           '16000 Hz - Stereo - 62 kbps')
  748.       end
  749.     end
  750.   end
  751. end
  752.